home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C++ für Kids
/
C++ for kids.iso
/
Buch
/
Linien1.dfm
/
Linien1.txt
Wrap
Text File
|
1998-12-22
|
586b
|
30 lines
object Form1: TForm1
Left = 224
Top = 122
Width = 435
Height = 300
Caption = 'Grafik1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 120
TextHeight = 16
object Button1: TButton
Left = 154
Top = 106
Width = 120
Height = 60
Caption = 'Mal mal!'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
end